home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr37 / atqr600.zip / ATQR600.TXT
Text File  |  1993-04-05  |  59KB  |  1,839 lines

  1. BASIC "AT" COMMAND SET
  2.  
  3. Command     Function and     Reference
  4.             description
  5.  
  6. A/                           Re-execute last command
  7.  
  8. A>                           Repeat last command continuously
  9.  
  10. <any key>                    Terminate current connection attempt
  11.  
  12. +++                          Escape sequence code, entered in data state, wait for
  13.                              modem to return to command state
  14.  
  15. ATA                          Force answer mode (see also S39b2)             S39b2
  16.  
  17. ATBn        Bn               Handshake option       S28b7
  18.  
  19.             B0   *           Select CCITT V.22 for 1200 bps communication
  20.  
  21.             B1               Select Bell 212A standard for 1200 bps
  22.  
  23. ATD                          Dial number and options that follows (see also S38b0,
  24.                              S35b4)
  25.  
  26.             P                Pulse dial        S23b1
  27.  
  28.             T                Tone dial         S23b1
  29.  
  30.             ,                Pause for a time specified in S6
  31.  
  32.             ;                Return to command state after dialing
  33.  
  34.             !                Hook flash, call transfer
  35.  
  36.             W                Wait for second dial tone
  37.  
  38.             @                Wait for a 5-second silence before proceeding, otherwise
  39.                              return 'NO ANSWER'
  40.  
  41.             R                Reverse frequencies (Originate a call in answer mode)
  42.                              S17b5
  43.  
  44. ATDL                         Dial last number
  45.  
  46. ATDSn       n=0-9            Dial number stored in NVRAM at position n
  47.  
  48. ATEn                         Command mode local echo of keyboard commands.   S23b0
  49.  
  50.             E0               Echo off
  51.  
  52.             E1   *           Echo on
  53.  
  54. ATHn                         On/off hook control
  55.  
  56.             H0   *           Hang up (on hook)
  57.  
  58.             H1               Go off hook
  59.  
  60.  
  61.  
  62.  
  63. BASIC "AT" COMMAND SET
  64.  
  65. Command     Function and     Reference
  66.             description
  67.  
  68. ATIn                         Display  inquiry
  69.  
  70.             I0               Display product code
  71.  
  72.             I1               Display product info. & results of ROM checksum
  73.  
  74.             I2               Link status report
  75.  
  76. ATLn   n=0-7     *4          Speaker volume control       S24b5
  77.  
  78. ATMn                         Speaker control
  79.  
  80.             M0               Speaker always Off     S21b1
  81.  
  82.             M1   *           Speaker On until carrier is established
  83.  
  84.             M2               Speaker always On
  85.  
  86.             M3               Speaker On after last digit dialed, Off at carrier
  87.                              detect
  88.  
  89. ATNn  n=0-7      *5          Ring volume control, n=0 Disable the ring
  90.                              function.         S24b1
  91.  
  92. ATO                          Return to on-line state
  93.  
  94. ATP                          Pulse dial
  95.  
  96. ATQn                         Result code displayed        S23b6
  97.  
  98.             Q0   *           Modem returns result code
  99.  
  100.             Q1               Modem does not return result code
  101.  
  102.             Q2               Quiet in answer mode only (will not show in AT&Vn)
  103.                              S40b1 S42b2
  104.  
  105. ATSr.b=n                     Set bit .b of register r  to n (0/off or 1/on).
  106.  
  107. ATSr.b?                      Inquiry bit .b of register r
  108.  
  109. ATSr=n                       Set S-register r  to value n, n must be a decimal
  110.                              number between 0-255
  111.  
  112. ATSr?                        Display value stored in S-register r
  113.  
  114. ATT                          Tone dial
  115.  
  116. ATVn                         Verbal/Numeric result codes        S23b6
  117.  
  118.             V0               Display result codes in numeric form           S35b7
  119.  
  120.             V1   *           Display result codes in verbose form
  121.  
  122. ATXn  n=0-7      *5          Result code options, use the options table           S23b3
  123.  
  124.  
  125. BASIC "AT" COMMAND SET
  126.  
  127. Command     Function and     Reference
  128. 2            description
  129.  
  130.  
  131. ATZn        n=0-4            Modem reset
  132.  
  133.             Zn               Reset modem and load user profile n            S15b5
  134.  
  135.             Z4               Reset modem and load factory settings
  136.  
  137. AT$                          Help, Basic command summary
  138.  
  139. AT&$                         Help, Extended, Ampersand, command summary
  140.  
  141. AT*$                         Help, Extended, Star, command summary
  142.  
  143.  
  144. EXTENDED "AT&" COMMAND SET
  145.  
  146. Command     Function and     Reference 
  147.             description
  148.  
  149. &Bn                          Data rate, terminal-to-modem (DTE/DCE)         S28b6
  150.  
  151.             &B0              DTE rate follows connection rate         S44b6
  152.  
  153.             &B1  *           DTE/DCE rate fixed at DTE setting (see also S18, S44b6) 
  154.  
  155.             &Cn              Carrier Detect (CD) operations           S21b4
  156.  
  157.             &C0              Assume that the carrier is always on
  158.  
  159.             &C1  *           CD tracks presence of carrier (see also S38b3)            S38b3
  160.  
  161. &Dn                          Data Terminal Ready (DTR) operations
  162.  
  163.             &D0              Assume DTR is always on      S21b6
  164.  
  165.             &D1              DTR off-on transition causes dial of the default number
  166.                              *Dn
  167.  
  168.             &D2  *           DTR off causes the modem to hang up
  169.  
  170.             &D3              DTR off causes the modem to hang up and reset the modem
  171.                              from profile #0
  172.  
  173. &F                           Load Factory setting into RAM as active configuration
  174.  
  175. &Gn                          Guard tone
  176.  
  177.             &G0  *           No Guard tone, U.S., Canada        S28b4
  178.  
  179.             &G1              Reserved
  180.  
  181.             &G2              1800 HZ guard tone
  182.  
  183.  
  184.  
  185.  
  186.  
  187. EXTENDED "AT&" COMMAND SET
  188.  
  189. Command     Function and     Reference 
  190.             description
  191.  
  192. &Hn                          Data flow control, DTE/DCE
  193.  
  194.             &H0              Flow control disabled        S27b3
  195.  
  196.             &H3  *           Hardware (CTS/RTS) flow control
  197.  
  198.             &H4              Software (XON/XOFF) flow control
  199.  
  200. &Jn                          Phone line type        S28b0
  201.  
  202.             &J0  *           Single phone line-RJ11 phone jack
  203.  
  204.             &J1              Multiple phone/modem lines RJ12 / RJ13 phone jack
  205.  
  206. &Kn                          Error control and data compression
  207.  
  208.             &K0              No error control       S27b0
  209.  
  210.             &K1              MNP4+MNP3 (see also S41b0)         S41b0
  211.  
  212.             &K2              MNP4+MNP5 (see also S38b5, S41b0)        S38b5
  213.  
  214.             &K3              V.42+MNP4
  215.  
  216.             &K4  *           V.42+V.42 bis (compatible with &K2)
  217.  
  218. &Ln                          Normal/Leased line operation
  219.  
  220.             &L0  *           Normal phone line      S14b2
  221.  
  222.             &L1              2 wire leased line
  223.  
  224.             &L2              4 wire leased line
  225.  
  226. &Mn                          Sync/Asynchronous
  227.  
  228.             &M0  *           Asynchronous mode with data buffering          S14b6
  229.  
  230.             &M1              Asynchronous command, synchronous data
  231.  
  232.             &M2              Direct asynchronous mode without data buffering
  233.  
  234.             &M3              Synchronous mode
  235.  
  236. &Nn                          Data Rate, Data Link (DCE/DCE)           S19
  237.  
  238.             &N0  *           Multi-Auto, auto negotiate highest possible link rate;
  239.                              ZyX 19200 (Plus models only), ZyX 16800, V.32bis, V.32,
  240.                              V.22bis, V.22 and Bell 212A, G3 Fax    S38b4 S43b0S43b1
  241.  
  242.             &N1              V.33 14000/12000                   
  243.  
  244.             &N2              V.33 12000
  245.  
  246.             &N3              V.32 9600T/9600/ 7200T/4800
  247.  
  248.  
  249. EXTENDED "AT&" COMMAND SET
  250.  
  251. Command     Function and     Reference 
  252.             description
  253.  
  254.             &N4              V.32 9600/7200T/4800            
  255.       
  256.             &N5              V.32 4800
  257.  
  258.             &N6              V.29 9600 (U1496 & U1496RN only)
  259.  
  260.             &N7              V.29 7200 (U1496 & U1496RN only)
  261.  
  262.             &N8              V.29 4800 (U1496 & U1496RN only)
  263.  
  264.             &N9              V.27ter 4800 (U1496 & U1496RN only)
  265.  
  266.             &N10             V.27ter 2400 (U1496 & U1496RN only)
  267.  
  268.             &N11             V.26 2400 (U1496 & U1496RN only)         S35b2
  269.  
  270.             &N12             V.23 1200/75           &N13        V.23 600/75
  271.  
  272.             &N14             V.22bis 2400/1200      &N15        V.22 1200
  273.  
  274.             &N16             V.21 300
  275.  
  276.             &N17             V.32bis 14400/12000/9600/7200/ 4800
  277.  
  278.             &N18             V.32bis 12000/9600/7200/4800
  279.  
  280.             &N19             V.32bis 7200/4800
  281.  
  282.             &N24             BELL 212A 1200         &N25        BELL 103 300
  283.  
  284.             &N32             ZyXEL FAX 14400/12000/9600/7200/ 4800/ 2400 (use S42
  285.                              bit 4 to disable V.17, 14400)            S42b4
  286.  
  287.             &N34             ZyXEL 19200*           &N35        ZyXEL 16800*
  288.  
  289.             &N36             ZyXEL 14400*           &N37        ZyXEL 12000*             
  290.             
  291.             &N38             ZyXEL  9600*           &N39        ZyXEL  7200*
  292.       
  293.             &N42             CELL 14400**           &N43        CELL 12000**
  294.  
  295.             &N44             CELL  9600**           &N46        CELL  4800**
  296.  
  297.             &N47             CELL 4800C**           &N48        CELL 3600C**
  298.  
  299.             &N49             CELL 2400C**
  300.  
  301. *     note             all ZyXEL modes except ZyXEL 16800 a&N45   
  302.                        CELL 7200T2 re only available with Plus models
  303.  
  304. **    note             all CELL modes are only available with ZyXEL's
  305.                        Cellular option
  306.  
  307.  
  308.  
  309.  
  310.  
  311. EXTENDED "AT&" COMMAND SET
  312.  
  313. Command     Function and     Reference 
  314.             description
  315.  
  316. &Pn                          Pulse dial make/break ratio        S23b2
  317.  
  318.             &P0  *           Pulse dial make/break ratio= 39% / 61%
  319.  
  320.             &P1              Pulse dial make/break ratio= 33% / 67%
  321.  
  322. &Rn                          RTS (Received Data hardware flow control) function
  323.                              selection, used in synchronous mode only    S21b5
  324.  
  325.             &R0              CTS tracks RTS, response delay is set in S26
  326.  
  327.             &R1  *           Ignore RTS, assumes RTS always on
  328.  
  329. &Sn                          Data Set Ready (DSR)         S21b3
  330.  
  331.             &S0  *           DSR override, always on      S44b4
  332.  
  333.             &S1              According to CCITT, modem controls DSR         S41b5
  334.  
  335. &Tn                          Modem testing
  336.  
  337.             &T0              Terminate test in progress
  338.  
  339.             &T1              Initiate Analog Loopback test (ALB)
  340.  
  341.             &T3              Initiate Local Digital Loopback test (hardware test, LDL)
  342.  
  343.             &T4  *           Grant Remote Digital Loopback request from remote
  344.                              modem       S14b1
  345.  
  346.             &T5              Deny Remote Digital Loopback request from remote modem
  347.  
  348.  
  349.             &T6              Initiate Remote Digital Loopback test (RDL)
  350.  
  351.             &T7              Initiate Remote Digital Loopback with self test
  352.                              (RDL+ST)
  353.  
  354.             &T8              Initiate Analog Loopback with self test (ALB+ST)
  355.  
  356. &Vn                          View profile settings
  357.  
  358.             &V0              View current active settings
  359.  
  360.             &Vn              View user profile # (n-1) settings
  361.  
  362.             &V5              View factory default settings
  363.  
  364. &Wn   n=0-3                  Write current settings to NVRAM at user profile #n S35b6
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373. EXTENDED "AT&" COMMAND SET
  374.  
  375. Command     Function and     Reference 
  376.             description
  377.  
  378. &Xn                          Synchronous timing source
  379.  
  380.             &X0  *           Modem provides synchronous transmit clock signal
  381.                              (internal clock, applies to pin 15 of RS232D)             S14b4
  382.  
  383.             &X1              Terminal provides synchronous transmit clock signal
  384.                              (external clock, applies to pin 24 of RS232D)
  385.  
  386.             &X2              Received carrier provides synchronous transmit clock
  387.                              signal (Remote or Slave clock, applies to pin 15 of
  388.                              RS232D)
  389.  
  390. &Yn                          Break handling, Destructive Breaks clear the buffer;
  391.                              Expedited Breaks are sent iimmediately to the remote
  392.                              system
  393.  
  394.             &Y0              Destructive, expedited       S28b2
  395.  
  396.             &Y1  *           Nondestructive, expedited
  397.  
  398.             &Y2              Nondestructive, unexpedited
  399.  
  400. &Zn=s       n=0-9            Write phone number s to NVRAM at position n, use
  401.                              AT*Dn or ATS29=n to set default dial pointer              
  402.                              *Dn   S29
  403.  
  404. &Z?                          Display the phone numbers stored in NVRAM
  405.  
  406.  
  407.  
  408. EXTENDED "AT*" COMMAND SET
  409.  
  410. Command     Function and     Reference
  411.             description
  412.  
  413. *Bn                          Dial-backup       S35bn
  414.  
  415.             *B0  *           Disable dial-backup
  416.  
  417.             *Bn              Enable dial-backup and set dial-backup pointer at
  418.                              telephone directory location (n-1)             S44b2
  419.  
  420. *Cn                          Character length
  421.  
  422.             *C0  *           10-bit character length      S15b3
  423.  
  424.             *C1              11-bit character length
  425.  
  426.             *C2              9-bit character length
  427.  
  428.             *C3              8-bit character length
  429.  
  430. *Dn         n=0-9      *0    Set default dial pointer at telephone directory
  431.                              location n, use AT&Zn=s to store phone numbers            
  432.                              S29bn &Zn
  433.  
  434.  
  435. EXTENDED "AT*" COMMAND SET
  436.  
  437. Command     Function and     Reference
  438.             description
  439.  
  440. *En                          Error control negotiation          S21b0
  441.  
  442.             *E0  *           If error control negotiation fails, keep the non-error
  443.                              control connection
  444.  
  445.             *E1              If error control negotiation fails, terminate the call
  446.  
  447.  
  448. *Fn                          Remote configuration         S36b0
  449.  
  450.             *F0  *           Deny remote configuration
  451.  
  452.             *F1              Accept remote configuration (Remote Digital Loopback
  453.                              must be granted also, AT&T4)       &T4
  454.  
  455. *Gn                          Security function
  456.  
  457.             *G0  *           Disable security function          S36b5
  458.  
  459.             *G1              Enable type 1 security, with password check (ZyXEL to
  460.                              ZyXEL only)
  461.  
  462.             *G2              Enable type 1 security, with password check and call-
  463.                              back (ZyXEL to ZyXEL only)
  464.  
  465.             *G3              Enable type 2 security, with password check
  466.  
  467.             *G4              Enable type 2 security, with password check and call-
  468.                              back
  469.  
  470.             *G5              Enable type 2 security, with password check and call-
  471.                              back, remote site enter the call-back number
  472.  
  473. *HS                          Modify supervisory password
  474.  
  475. *Hn         n=0-9            Modify user password table at location n
  476.  
  477. *In                          Command set       S17b6
  478.  3
  479.             *I0  *           AT command set
  480.  
  481.             *I1              V.25bis command set
  482.  
  483.             *I2              Dumb mode
  484.  
  485. *Ln                          Panel lock function          S28b1
  486.  
  487.             *L0  *           Panel key normal
  488.  
  489.             *L1              Panel key locked
  490.  
  491. *Mn                          Leased line auto handshake
  492.  
  493.             *M0  *           Leased line auto handshake on Originate mode S14b0
  494.  
  495.             *M1              Leased line auto handshake on Answer mode
  496.  
  497. *Pn         n= 0-15 *9       Leased line transmission power level, set to
  498.                              (-n )dBm,  n=0 to 15         S17b1S35b3
  499.  
  500. *Qn                          Action taken when line quality changes
  501.  
  502.             *Q0              No response to poor signal quality             S27b6
  503.  
  504.             *Q1              Retrain action taken if signal quality is poor            S41b2
  505.  
  506.             *Q2  *           Adaptive rate (auto fall-back / forward)
  507.  
  508.             *Q3              Disconnect for poor signal quality
  509.  
  510. *Rab                         Read remote configuration b to local profile a            S36b1
  511.  
  512.             a=0-3            Local user profile number a        S37b4
  513.  
  514.             b=0-3            Remote user profile number b       S37b0
  515.  
  516.             b=4              Remote current configuration
  517.  
  518.             b=5              Remote factory default
  519.  
  520. *Sn         *S0  *           Secondary channel disabled         S17b0
  521.  
  522.             *S1              Secondary channel enabled
  523.  
  524. *T                           Recall the last CND (Caller ID) information          S40b2
  525.  
  526. *V                           View password table
  527.  
  528. *Wab                         Write local user profile a to remote user profile b
  529.                              and reset remote modem from profile b          S36b1
  530.  
  531.             a=0-3            Local user profile number a        S37b4
  532.  
  533.             a=4              Local active configuration
  534.  
  535.             a=5              Local factory default configuration
  536.  
  537.             b=0-3            Remote user profile number b       S37b0
  538.  
  539.  
  540.  
  541.  
  542.  
  543. FAX, CLASS 2 "AT+F" COMMAND SET
  544.  
  545. Command                      Function and description
  546.  
  547. +<command>= <value>          Execute a command or set a parameter
  548.  
  549. +<command>=?                 Read permissible setting
  550.  
  551. +<command>?                  Read current setting
  552.  
  553. +FAA=n                       Auto answer mode parameter
  554.  
  555.             n=0              DCE to answer as set by +FCLASS
  556.  
  557.             n=1              DCE can answer and auto. determine calling type
  558.  
  559. FAX, CLASS 2 "AT+F" COMMAND SET
  560.  
  561. Command                      Function and description
  562.  
  563. +FBOR=n                      Phase C data bit order
  564.  
  565.             n=0              Select direct bit order
  566.  
  567.             n=1              Select reversed bit order in receiving mode
  568.  
  569. +FCIG="string"               Local polling ID string
  570.  
  571. +FCLASS=n                    Service class selection
  572.  
  573.             n=0              Set to modem mode
  574.  
  575.             n=2              Set to Class 2 mode
  576.  
  577.             n=6              Set to ZFAX mode
  578.  
  579.             n=8              Set to Voice mode
  580.  
  581. +FCON                        DCE response, Fax connection made
  582.  
  583. +FCR=n                       Capability to receive parameter
  584.  
  585.             n=0              DCE will not receive message data or poll a remote
  586.  
  587. +FDCC=vr,br,wd, ln,          DCE capabilities parameters,
  588.       df, ec, bf, st         refer to EIA pro.2388 for detail descriptions
  589.  
  590. +FDCS=vr,br,wd, ln,          Current session parameter,
  591.       df, ec, bf, st         refer to EIA pro.2388 for detail descriptions
  592.  
  593. +FDIS=vr,br,wd, ln,          Current session negotiation
  594.       df, ec, bf, st         parameters, refer to EIA pro.2388 for detail descriptions
  595.  
  596. +FDR                         Receive phase C data command, initiates document
  597.                              reception
  598.  
  599. +FDT [=df,vr,wd,ln]          Transmit phase C data command, releases the DCE to
  600.                              proceed with negotiation
  601.  
  602. +FET=n                       End the page or document command
  603.  
  604.             n=0              More page, same document
  605.  
  606.             n=1  EE          End of Document, another document next
  607.  
  608.             n=2              No more pages or documents
  609.  
  610.             n=4              Procedure interrupt, another page follow
  611.  
  612.             n=5              Procedure interrupt, another document follow
  613.  
  614.             n=6              Procedure interrupt, all done
  615.  
  616. +FLID="string"               Local ID string parameter
  617.  
  618. +FLPL=n     n=0              DTE has no document to poll
  619.  
  620.             n=1              DTE has a document ready for polling
  621. FAX, CLASS 2 "AT+F" COMMAND SET
  622.  
  623. Command                      Function and description
  624.  
  625. +FMDL?                       Request DCE model
  626.  
  627. +FMFR?                       Request DCE manufacturer
  628.  
  629. +FPTS=n     n=1              Page good
  630.  
  631.             n=2              page bad; retrain requested
  632.  
  633.             n=3              Page good; retrain requested
  634.  
  635.             n=4              page bad; interrupt requested
  636.  
  637.             n=5              page good; interrupt requested
  638.  
  639. +FREV?                       Request DCE revision
  640.  
  641. +FSPL=n     n=0              DTE does not want to poll
  642.  
  643.             n=1              DTE can receive a polled document
  644.  
  645.  
  646.  
  647. FAX, ZyXEL "AT#" COMMAND SET
  648.  
  649. Command                      Function and description
  650.  
  651. #Bn                          "CONNECT FAX" result code enable or disable
  652.  
  653.             #B0  *           Disable, used in ZFAX mode, normal operation
  654.  
  655.             #B1              Enabled, for BBS fax receiving application, this
  656.                              command also changes CONNECT 12000/ARQ to CONNECT
  657.                              9600/ARQ.
  658.  
  659.                              This will also send out external mail string "ZyXEL" when
  660.                              fax is connected, DCE will not send fax connection
  661.                              parameters until <DC2> is received from DTE
  662.  
  663.             #B2              Enable Polling feature of Fax. Modem will send polling
  664.                              signal to remote fax machine.
  665.  
  666.             #B3              Display ring cadence
  667.  
  668. #Cn                          Set minimun scan line time capability at the receiver
  669.  
  670.             #C0              20 ms at 3.85 line/mm, T(7.7)=T(3.85)
  671.  
  672.             #C1              5 ms at 3.85 line/mm, T(7.7)=T(3.85)
  673.  
  674.             #C2              10 ms at 3.85 line/mm, T(7.7)=T(3.85)
  675.  
  676.             #C3              20 ms at 3.85 line/mm,  T(7.7)=1/2T(3.85)
  677.  
  678.             #C4              40 ms at 3.85 line/mm,  T(7.7)=T(3.85)
  679.  
  680.             #C5              40 ms at 3.85 line/mm,  T(7.7)=1/2T(3.85)
  681.  
  682.             #C6              10 ms at 3.85 line/mm,  T(7.7)=1/2T(3.85)
  683.  
  684.             #C7              0 ms at 3.85 line/mm, T(7.7)=T(3.85)
  685.  
  686. #F                           Set the U-1496 into ZyXEL fax mode, same as "AT&N32"
  687.  
  688. #Ln                          Set maximum recording length
  689.  
  690.             #L0              Set maximum recording length, A4 (297mm)
  691.  
  692.             #L1              Set maximum recording length, B4 (364mm)
  693.  
  694.             #L2              Set maximum recording length, unlimited.
  695.  
  696. #P<string>                   Set the local ID string, 25 characters max.
  697.  
  698. #Rn                          Set recording width
  699.  
  700.             #R0              Set 1728 picture elements along a scan line length of
  701.                              215mm
  702.  
  703.             #R1              Set 2048 picture elements along a scan line length of
  704.                              255mm
  705.  
  706.             #R2              Set 2432 picture elements along a scan line length of
  707.                              303mm
  708.  
  709. FAX, ZyXEL "AT#" COMMAND SET
  710.  
  711. Command                      Function and description
  712.  
  713. #Tn                          Coding Scheme
  714.  
  715.             #T0              Set to one dimensional coding scheme
  716.  
  717.             #T1              Set to two dimensional coding scheme
  718.  
  719. #Vn                          Vertical resolution
  720.  
  721.             #V0              Set to normal vertical resolution
  722.  
  723.             #V1              Set to high vertical resolution
  724.  
  725. Result      Code             (with #B0) CONNECT FAX/SnnnnVnTnRnLnCnP<string>
  726.  
  727.                              (with #B1) /SnnnnVnTnRnLnCnP<string>
  728.  
  729.                              DISCONNECTxP<string>
  730.  
  731. Snnnn                        First four digits of Fax connection speed
  732.  
  733. Vn                           Vertical resolution; n =0-1
  734.  
  735. Tn                           Coding scheme; n =0-1
  736.  
  737. Rn                           Recording width; n =0-2
  738.  
  739. Ln                           Recording length; n =0-2
  740.  
  741. Cn                           Scan time; n =0-7
  742.  
  743. x                            Disconnect with confirmation (x =0) or without (x =1)
  744.  
  745. P<string>                    Remote Fax number
  746.  
  747.  
  748.  
  749.  
  750.  
  751. VOICE, "AT+V" COMMAND SET
  752.  
  753. Command                      Function and description
  754.  
  755. +<command>= <value>          Execute a command or set a parameter
  756.  
  757. +<command>=?                 Read permissible setting
  758.  
  759. +<command>?                  Read current setting
  760.  
  761. +FCLASS=8                    Set modem to Voice mode
  762.  
  763. +VBT=n      n=0-255 *10      Set the DTMF tone generation duration at
  764.                              0.1 sec. increments, used in conjunction with +VTS
  765.  
  766. VCON                         DCE reports Voice connection made
  767.  
  768. +VIP                         Initialize all the Voice parameters to factory default
  769.  
  770.  
  771. VOICE, "AT+V" COMMAND SET
  772.  
  773.  
  774. Command                      Function and description
  775.  
  776. +VLS=n                       Voice I/O device selection
  777.  
  778.             n=0              Disconnect all I/O devices
  779.  
  780.             n=2              Dial-up line jack
  781.  
  782.             n=8              External mic. (connect to Dial-up line jack)
  783.  
  784.             n=16             Connect to Internal Speaker
  785.  
  786. +VNH=n                       Automatic hang-ups disable or enable
  787.  
  788.             n=0              DCE shall not disable automatic hang-ups
  789.  
  790.             n=1              DCE shall disable automatic hang-ups with ATH0
  791.  
  792.             n=2              DCE shall disable automatic hang-ups without ATH0
  793.  
  794. +VRA=n      n=0-255 *70      Set length of time, in 0.1 sec. unit, to wait between
  795.                              ringbacks before DCE assume remote station has gone
  796.                              off hook 
  797.  
  798. +VRN=n      n=0-255 *57      Set length of time, in 0.1 sec. unit, to wait for
  799.                              ringback before assume remote station has gone off hook
  800.  
  801. +VRX                         Start the voice reception process
  802.  
  803. +VSD=<sds>, <sdi>            Set the silence detection sensitivity and the required
  804.                              period of silence
  805.  
  806.             <sds> *15        0-31, larger values imply that the DCE treats noisier
  807.                              conditions as silence, 0 to disable silence detection
  808.  
  809.             <sdi> *70        0-255, in units of 0.1 second, required period of silence
  810.  
  811. +VSM=n                       Voice compression method selection
  812.  
  813.             n=1              9.6 Kbps CELP (Code Excited Linear Prediction), only
  814.                              available in Plus(+) models
  815.  
  816.             *n=2             19.2 Kbps 2-bit ADPCM
  817.  
  818.             n=3              28.8 Kbps 3-bit ADPCM
  819.  
  820. +VTS=<string>                Cause DCE to produce DTMF and other tones
  821.  
  822. +VTX                         Start the voice transmission process
  823.  
  824.  
  825.  
  826. *     Manufacture default  (except when used  to represent "AT*" commands)
  827.  
  828. Snnbx       Cross reference to S-register nn bit number x
  829.  
  830. In Reference Column, "AT" is omitted when AT command is referred to
  831.  
  832.  
  833. RESULT CODES OPTIONS TABLE
  834.  
  835. Result codes           Commands
  836.  
  837. ATV0  ATV1       AT    X0    X1    X2    X3    X4   X5    X6    X7
  838.  
  839. 0     OK               V     V     V     V     V     V    V     V
  840.  
  841. 1     CONNECT          V     V     V     V     V     @    $     #
  842.  
  843. 2     RING**           V     V     V     V     V    V     V     V
  844.  
  845. 3     NO CARRIER       V     V     V     V     V    V     V     V
  846.  
  847. 4     ERROR            V     V     V     V     V    V     V     V
  848.  
  849. 5     CONNECT 1200           %     %     %     %    @     $     #
  850.  
  851. 6     NO DIAL TONE                 V           V    V     V     V
  852.  
  853. 7     BUSY                         V     V     V    V     V
  854.  
  855. 8     NO ANSWER                          V     V    V     V     V
  856.  
  857. 9     RINGING*                     V     V     V    V     V
  858.  
  859. 10    CONNECT 2400           %     %     %     %    @     $     #
  860.  
  861. 11    CONNECT 4800           %     %     %     %    @     $     #
  862.  
  863. 12    CONNECT 9600           %     %     %     %    @     $     #
  864.  
  865. 14    CONNECT 19200          %     %     %     %    @     $     #
  866.  
  867. 15    CONNECT 7200           %     %     %     %    @     $     #
  868.  
  869. 16    CONNECT 12000          %     %     %     %    @     $     #
  870.  
  871. 17    CONNECT 14400          %     %     %     %    @     $     #
  872.  
  873. 18    CONNECT 16800          %     %     %     %    @     $     #
  874.  
  875. 19    CONNECT 38400          %     %     %     %    @
  876.  
  877. 20    CONNECT 57600          %     %     %     %    @
  878.  
  879. 21    CONNECT 76800          %     %     %     %    @
  880.  
  881.  
  882.  
  883.  
  884.  
  885. Use ATS35 bit 7 (ATS35.7=1) to enable the following numerical
  886. result codes
  887.  
  888. When "NONE" error control connection is made, use the above table
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895. Numerical   Connect speed                Numerical        Connect speed 
  896. Code        with Error Correction        Code             with Error Correction
  897.                                          
  898. 30          CONNECT                      35               CONNECT 9600
  899.  
  900. 31          CONNECT 1200                 36               CONNECT 12000
  901.  
  902. 32          CONNECT 2400                 37               CONNECT 14400
  903.  
  904. 33          CONNECT 4800                 38               CONNECT 16800
  905.  
  906. 34          CONNECT 7200                 39               CONNECT 19200
  907.  
  908. Note:
  909.  
  910. V     Supported
  911.  
  912. %     Reporting DTE rate
  913.  
  914. @     CONNECT DTE speed/Protocol Link speed/Error control level.
  915.       Example:  CONNECT 38400/V.32bis 14400/V.42bis
  916.  
  917. $     CONNECT Link speed/Error control (ARQ),   
  918.       Example:  CONNECT 14400/ARQ
  919.  
  920. #     CONNECT Link speed/ Error control (ARQ)/Data Compression.
  921.       Example:  CONNECT 14400/ARQ/V.42b
  922.  
  923. **    When more than one type of Distinctive Ring is turned on
  924.       (S40b3-6) "RINGn" will be reported, n = Ring Type#
  925.  
  926. *     Use S42b6 to disable "RINGING" result code
  927.  
  928. BASIC S-REGISTERS, "ATSn=x"
  929.  
  930. Command      +Default/       Function and description
  931.             Reference
  932.  
  933. S0=         +000             Set the number of rings on which the modem will
  934.                              answer.  0 value disable auto-answer           
  935.  
  936. S1=         +000             Counts and stores number of rings from an incoming
  937.                              call        
  938.  
  939. S2=         +043             Define escape code character, default "+" (43 dec.)
  940.       
  941. S3=         +013             Define ASCII Carriage Return       
  942.  
  943. S4=         +010             Define ASCII Line Feed       
  944.  
  945. S5=         +008             Define ASCII Backspace       
  946.  
  947. S6=         +003             Set duration, in number of seconds, modem waits
  948.                              before dialing, not applicable if X2-X6 is set            
  949.  
  950. S7=         +060             Set duration, in number of seconds, modem waits for a
  951.                              carrier
  952.  
  953. S8=         +002             Set duration, in seconds, for pause (,) option in
  954.                              Dial command and pause between command re-executions for
  955.                              Repeat (>)command      
  956.  
  957. S9=         +006             Set duration, in tenths of a second, of remote carrier
  958.                              signal before recognition (Ignored if in non-FSK or
  959.                              half-duplex operation)       
  960.  
  961. S10=        +007             Set duration, in tenths of a second, modem waits
  962.                              after loss of carrier before hanging up 
  963.  
  964. S11=        +070             Set duration and spacing, in milliseconds, of dialed
  965.                              Touch-Tones 
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973. EXTENDED S-REGISTERS, "ATSn=x"
  974.  
  975. Command     Function and description                                  +Default /Reference
  976.  
  977. S13=        bit  dec   hex   Bit-mapped register                                  +000
  978.  
  979.             1    2     2     Capture modem manufacturer information during V.42
  980.                              handshake, can be displayed at ATI2 "Last Speed/Protocol"
  981.                              line if available (Flash or ZyXEL stands for ZyXEL
  982.                              connection)
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990. EXTENDED S-REGISTERS, "ATSn=x"
  991.  
  992. Command     Function and description                                  +Default /Reference
  993.  
  994. S14=        bit  dec   hex   Bit-mapped register:                                 +002/*M0
  995.  
  996.             0    0     0     Auto-handshake on Originate mode in leased line
  997.                              operation
  998.  
  999.                  1     1     Auto-handshake on Answer mode in leased line operation*M1
  1000.  
  1001.             1    0     0     Grant Remote Digital Loopback test                        &T4
  1002.  
  1003.                  2     2     Deny Remote Digital Loopback test                         &T5
  1004.  
  1005.             3,2  0     0     Dial-up line                                              &L0
  1006.  
  1007.                  4     4     2-wire leased line                                        &L1
  1008.  
  1009.                  8     8     4-wire leased line                                        &L2
  1010.  
  1011.             5,4  0     0     Internal clock                                            &X0
  1012.  
  1013.                  16    10    External clock                                            &X1
  1014.  
  1015.                  32    20    Remote clock                                              &X2
  1016.  
  1017.             7,6  0     0     Asynchronous data format                                  &M0
  1018.  
  1019.                  64    40    Asynchronous command, synchronous data                    &M1
  1020.  
  1021.                  128   80    Direct asynchronous no data buffering                     &M2
  1022.  
  1023.                  192   C0    Synchronous                                               &M3
  1024.  
  1025. S15=        bit  dec   hex   Bit-mapped register                                       +130
  1026.  
  1027.             0,1  0     0     Even parity
  1028.  
  1029.                  1     1     Odd parity
  1030.  
  1031.                  2     2     No parity
  1032.  
  1033.             2    0     0     1 stop bit
  1034.  
  1035.             4    4     2     stop bits
  1036.  
  1037.             4,3  0     0     10 bit character length                                   *C0
  1038.  
  1039.                  8     8     11 bit                                                    *C1
  1040.  
  1041.                  16    10    9 bit                                                     *C2
  1042.  
  1043.                  24    18    8 bit                                                     *C3
  1044.  
  1045.             7-5  0     0     Profile 0 as active settings after power on               Z0
  1046.  
  1047.                  32    20    Profile 1 as active settings after power on               Z1
  1048.  
  1049.                  64    40    Profile 2 as active settings after power on               Z2
  1050.  
  1051.                  96    60    Profile 3 as active settings after power on               Z3
  1052.                  128   80    Factory default as active settings after power on         Z4
  1053.  
  1054. S16=        bit  dec   hex   Test status register                                      +000
  1055.  
  1056.                  0     0     No test in progress
  1057.  
  1058.                  1     1     Analog Loopback test in progress
  1059.  
  1060.                  3     3     Local Digital Loopback test in progress
  1061.  
  1062.                  6     6     Remote Digital Loopback test in progress
  1063.  
  1064.                  7     7     Remote Digital Loopback with self test in progress
  1065.  
  1066.                  8     8     Analog Loopback with self test in progress
  1067.  
  1068. S17=        bit  dec   hex   Bit-mapped register                                       +018
  1069.  
  1070.             0    0     0     Disable Secondary Channel                                 *Sn
  1071.  
  1072.                  1     1     Enable Secondary Channel                                  S42b0
  1073.  
  1074.             1-4  0-30 0-1E   Leased line transmission power level,  to attenuate 0 to
  1075.                              -15dB or -12 to -27dB when S35B3 is set                   *Pn
  1076.                                                                                        S35b3
  1077.  
  1078.             5    0     0     Normal dial
  1079.  
  1080.                  32    20    Reverse dial, answer mode on line                         DR
  1081.  
  1082.             6-7  0     0     AT command set                                            *In
  1083.  
  1084.                  64    40    V.25 bis command set
  1085.  
  1086.                  128   80    Dumb mode
  1087.  
  1088. S18=        bit  dec   hex   Force modem to fix baud rate when idle                    +000
  1089.  
  1090.             0    0     0     Disable fixed baud function                               &Bn
  1091.  
  1092.                  1-15 1-F    Enable baud rate fixing at idle, baud rate value settings
  1093.                              same as S20 value (dec) 1-15                              S44b6
  1094.  
  1095. S19=             0-36        hex 0-24    Modem type, same setting value as &Nn         +000
  1096.                                                                                        &Nn
  1097.  
  1098. S20=             dec   hex   DTE speed (bps).  Auto detected from AT command           +002
  1099.  
  1100.                  0     0     76800
  1101.  
  1102.                  1     1     57600       dec   hex  DTE
  1103.  
  1104.                  2     2     38400       9     9    4800
  1105.  
  1106.                  3     3     19200       10    A    3600
  1107.  
  1108.                  4     4     16800       11    B    2400
  1109.  
  1110.                  5     5     14400       12    C    1800
  1111.  
  1112.                  6     6     12000       13    D    1200
  1113.  
  1114.                  7     7     9600        14    E    600
  1115.  
  1116.                  8     8     7200        15    F    300
  1117.  
  1118. S21=        bit  dec   hex   Bit mapped register                                       +178
  1119.  
  1120.             0    0     0     Maintain non-error control connection when error
  1121.                              control handshake fails                                   *E0
  1122.  
  1123.                  1     1     Drop connection when error control handshake fails
  1124.                                                                                        *E1
  1125.  
  1126.             1-2  0     0     Speaker always Off                                        M0
  1127.  
  1128.                  2     2     Speaker On until carrier is detected                      M1
  1129.  
  1130.                  4     4     Speaker always On                                         M2
  1131.  
  1132.                  6     6     Speaker On after last digit is dialed 
  1133.                              out until carrier detected                                M3
  1134.  
  1135.             3    0     0     DSR always On                                             &S0
  1136.  
  1137.                  8     8     According to CCITT (see also S44b4, S41b5)                &S1
  1138.  
  1139.             4    0     0     CD always On                                              &C0
  1140.  
  1141.                  16    10    CD tracks presence of data carrier 
  1142.                              (see also S38b3)                                          &C1
  1143.  
  1144.             5    0     0     CTS follows RTS, in synchronous mode                      &R0
  1145.  
  1146.                  32    20    Ignore RTS (CTS always On), in synchronous mode           &R1
  1147.  
  1148.             6-7  0     0     Ignore DTR signal, assume DTR always On                   &D0
  1149.  
  1150.                  64    40    108.1, DTR Off-On transition causes dial of the default
  1151.                              number                                                    &D1
  1152.  
  1153.                  128   80    108.2 Data Terminal Ready, DTR Off causes the modem
  1154.                              to hang up and return to command state                    &D2
  1155.  
  1156.                  192   C0    108.2, DTR off causes the modem to hang up and reset the
  1157.                              modem to profile #0 after DTR dropped                     &D3
  1158.                                                     
  1159. S23=        bit  dec   hex   Bit mapped register                                       +105
  1160.  
  1161.             0    0     0     Command echo disabled                                     E0
  1162.  
  1163.                  1     1     Command echo enabled                                      E1
  1164.  
  1165.             1    0     0     Tone dial                                                 T
  1166.  
  1167.                  2     2     Pause dial                                                P
  1168.  
  1169.             2    0     0     Pulse dial make/break ratio=39% / 61%                     &P0
  1170.  
  1171.                  4     4     Pulse dial make/break ratio=33% / 67%                     &P1
  1172.  
  1173.  
  1174.  
  1175.  
  1176.             3-5  0     0     ATX0  (See result code table)
  1177.  
  1178.                  8     8     ATX1              dec        hex         AT
  1179.  
  1180.                  16    10    ATX2              40         28          X5
  1181.  
  1182.                  24    18    ATX3              48         30          X6
  1183.  
  1184.                  32    20    ATX4              56         38          X7
  1185.  
  1186.             6    0     0     Display result code in numeric format (see S35b7)         V0
  1187.  
  1188.                  64    40    Display result code in verbose format                     V1
  1189.  
  1190.             7    0     0     Modem returns result code                                 Q0
  1191.  
  1192.                  128   80    Modem does not return result code 
  1193.                              (see also S40b1)                                          Q1
  1194.  
  1195. S24=        bit  dec   hex   Bit mapped register                                       +138
  1196.  
  1197.             1-3  0-14  0-E   Ring volume control, increments of 2 in decimal           N0-7
  1198.  
  1199.             5-7  32-240 20- F0     Speaker volume control,                             32-240,
  1200.                                    increments of 32 in decimal value                   L0-7
  1201.  
  1202. S26=        0- 255           Set delay, in 10-millisecond units, between the 
  1203.                              RTS and modem's CTS response in synchronous mode          +000 
  1204.                                                                                        &Rn
  1205.             
  1206. S27=        bit  dec   hex   Bit mapped register                                       +156
  1207.  
  1208.             0-2  0     0     No error control                                          &K0
  1209.  
  1210.                  1     1     MNP4 + MNP3 (see also S41b0)                              &K1
  1211.  
  1212.                  2     2     MNP4 + MNP5 (see also S38b5, S41b0)                       &K2
  1213.  
  1214.                  4     4     V.42+MNP4                                                 &K3
  1215.  
  1216.                  6     6     V.42 + V.42bis (compatible with &K2)                      &K4
  1217.  
  1218.             3-5  0     0     Flow control disabled                                     &H0
  1219.  
  1220.                  24    18    Hardware (RTS/CTS) flow control                           &H3
  1221.  
  1222.                  32    20    Software (XON/XOFF) flow control                          &H4
  1223.  
  1224.                  40    28    Reserved                                                  &H5
  1225.  
  1226.             6,7  0     0     No response to poor signal quality                        *Q0
  1227.  
  1228.                  64    40    Retrain action taken if signal quality is poor            *Q1
  1229.  
  1230.                  128   80    Adaptive rate (auto fall-back / forward) when 
  1231.                              signal quality changes                                    *Q2 
  1232.                                                                                        S41b2
  1233.  
  1234.                  192   C0    Disconnect when signal quality is poor                    *Q3
  1235.  
  1236.  
  1237.  
  1238. S28=        bit  dec   hex   Bit mapped register                                       +068
  1239.  
  1240.             0    0     0     Single phone line, RJ-11 phone jack                       &J0
  1241.  
  1242.                  1     1     Multiple phones/modem lines, RJ-11/RJ13 phone 
  1243.                              jack                                                      &J1
  1244.  
  1245.             1    0     0     Panel key normal                                          *L0
  1246.  
  1247.                  2     2     Panel key locked                                          *L1
  1248.  
  1249.             2-3  0     0     Destructive, expedited break                              &Y0
  1250.  
  1251.                  4     4     Non-destructive, expedited break                          &Y1
  1252.  
  1253.                  8     8     Non-destructive, unexpedited break                        &Y2
  1254.  
  1255.             4-5  0     0     No guard tone                                             &G0
  1256.  
  1257.                  16    10    Reserved                                                  &G1
  1258.  
  1259.                  32    20    1800 Hz guard tone                                        &G2
  1260.  
  1261.             6    0     0     DTE/DCE rate follows line rate 
  1262.                              (see also S18,S41b6)                                      &B0
  1263.  
  1264.                  64    40    DTE/DCE rate fixed at DTE setting                         &B1
  1265.  
  1266.             7    0     0     Select V.22 for 1200 bps communication                    B0
  1267.  
  1268.                  128   80    Select Bell 212A for 1200 bps communication               B1
  1269.  
  1270. S29=             0-9   0-9   Set default dial phone number pointer,                    +000
  1271.                              use AT&Zn=s to store phone numbers                        *D
  1272.  
  1273. S30=             dec   hex   Bit mapped register                                       +000
  1274.  
  1275.                  0     0     Disable dial-backup                                       *Bn
  1276.  
  1277.                  1-10  1-10  Enable dial-backup, sets dial-backup phone #
  1278.                              pointer at location (n -1) in the EEPROM.                 S44b2
  1279.  
  1280. S31=             0-    255   Holds the ASCII decimal value of the XON                  +017
  1281.  
  1282. S32=             0-    255   Holds the ASCII decimal value of the XOFF                 +019
  1283.  
  1284.  
  1285. S34=             0-    255   Dial-Backup restoral look-back timer, in minutes          +030
  1286.  
  1287. S35=        bit  dec   hex   Bit mapped register                                       +000
  1288.  
  1289.             0    1     1     Reserved
  1290.  
  1291.             1    2     2     Disable aborting from terminal during modem handshaking
  1292.  
  1293.             2    4     4     V.26 alternative A                                        &N11
  1294.  
  1295.             3    8     8     Extend the attenuation of leased or 4W cellular 
  1296.                              line transmission power by -12dBm, add -12dBm to 
  1297.                              *Pn (S17b1) or S49 low 4 bits                             S17b1
  1298.                                                                                        *Pn
  1299.  
  1300.             4    16    10    When Data/Voice switch is pushed, modem will dial
  1301.                              the default number, only for U-1496E & U-1496R            *Dn  
  1302.                                                                                        S29
  1303.  
  1304.             5    32    20    Enable Selective Reject in V.42
  1305.  
  1306.             6    64    30    Enable password protection to profile saving, when
  1307.                              "AT&Wn" is issued, and the n profile in the memory
  1308.                              has this bit on, supervisory password will be 
  1309.                              requested &Wn
  1310.  
  1311.             7    128   60    Enable extended numerical result codes from 30-39
  1312.                              when an error correction connection is made, use 
  1313.                              with ATV0, see result code table V0                       S23b6
  1314.  
  1315. S36=        bit  dec   hex   Bit mapped register                                       +000
  1316.  
  1317.             0    0     0     Deny remote request for configuration                     *F0
  1318.  
  1319.                  1     1     Grant remote request for configuration                    *F1
  1320.  
  1321.             1    0     0     Write from local profile to remote profile                *Wab
  1322.  
  1323.                  2     2     Read from remote profile to local profile                 *Rab
  1324.  
  1325.             5-7              Security function control register
  1326.  
  1327.                              0     0     Disable security function                     *G0
  1328.  
  1329.                  32    20    Enable type 1 security, with password check (ZyXEL
  1330.                              to ZyXEL only)                                            *G1
  1331.  
  1332.                  64    40    Enable type 1 security, with password check and
  1333.                              call-back (ZyXEL to ZyXEL only)                           *G2
  1334.  
  1335.                  96    60    Enable type 2 security, with password check               *G3
  1336.  
  1337.                  128   80    Enable type 2 security, with password check and
  1338.                              call-back                                                 *G4
  1339.  
  1340.                  160   A0    Enable type 2 security, with password check and
  1341.                              call-back, remote site enter the call-back number         *G5
  1342.  
  1343. S37=        bit  dec   hex   Bit mapped register                                       +000
  1344.  
  1345.             0-3  0-5   0-5   0-5, remote profile number                                *Wab
  1346.  
  1347.             4-7  0-80        0-50        0-5, local profile number          *Rab
  1348.  
  1349. S38=        bit  dec   hex   Bit mapped register          +000
  1350.  
  1351.       0     1    1     Repeatedly dialing default number        *Dn S29
  1352.  
  1353.       3     8    8     DCD on/off sequence follows UNIX standard, DCD high
  1354.                        before connect message is sent, DCD off after last 
  1355.                        DCE response is sent     &C1  S21b4
  1356.  
  1357.       4     16   10    Auto-mode fax receiving disabled         &N0
  1358.  
  1359.       5     32   20    Disable MNP5      &Kn
  1360.  
  1361. S39=        bit  dec   hex   Bit mapped register          +000
  1362.       2     4    4     Answer in originating mode         ATA
  1363.  
  1364.       3     8    8     Class 2 Fax Bitfax compatibility:  +FCON at 2400 next
  1365. phase at 19200
  1366.  
  1367.       4     16   10    Class 2 Fax mode DTE shifting:  +FCON at current
  1368. DTE, shift to 19,200 when entering into the next phase
  1369.  
  1370. S40=        bit  dec   hex   Bit mapped register          +000
  1371.  
  1372.       1     2    2     No result code displayed in answer mode              Q2
  1373.  
  1374.       2     4    4     Enable Caller Number Delivery (see also S42 bit 2)
  1375.       S42b2 *T
  1376.  
  1377.       3     8    8     Distinctive Ring Type #1: 1.2/2 s on, 4 s off
  1378.  
  1379.       4     16   10    Distinctive Ring Type #2: 0.8 s on, 0.4 s off, 0.8
  1380. s on, 4 s off
  1381.  
  1382.       5     32   20    Distinctive Ring Type #3: 0.4 s on, 0.2 s off, 0.4
  1383. s on, 0.2 s off, 0.8 s on, 4 s off
  1384.  
  1385.       6     64   40    Distinctive Ring Type #4: 0.3 s on, 0.2 s off, 1 s
  1386. on, 0.2 s off, 0.3 s on, 4 s off
  1387.  
  1388. S41=        bit  dec   hex   Bit mapped register          +000
  1389.  
  1390.       0     1    1     Special MNP compatibility (see also S27b0, S38b5)
  1391.       &Kn
  1392.  
  1393.       1     0    0     Flag idle in V.25bis HDLC          *I1
  1394.  
  1395.             2    2     Mark idle in V.25bis HDLC          S17b6
  1396.  
  1397.       2     4    4     Disable retrain abort, up to 5 min. for special
  1398. satellite line condition           S27b6 *Qn
  1399.  
  1400.       3     8    8     Enable CCITT signals 140 and 141 on EIA-232D
  1401. interface
  1402.  
  1403.       4     16   10    In X2-X7 setting, modem waits for S6 seconds before
  1404. dialing and ignores dial tone detection
  1405.  
  1406.       5     32   20    DSR follows DCD and pulses (see also S44b4)          &Sn
  1407.  
  1408.       6     64   40    Force S0>=2       S0
  1409.  
  1410.       7     128  80    Ignore calling tone, not to be used as fax
  1411. detection
  1412.  
  1413. S42=        bit  dec   hex   Bit mapped register          +000
  1414.  
  1415.       0     0    0     Normal secondary channel, 75-2400 bps (U-1496,
  1416. U-1496RN)        S17b0
  1417.  
  1418.             1    1     Special secondary channel, fixed 2400 bps (U-1496,
  1419. U-1496RN)
  1420.  
  1421.       1     2    2     Reserved
  1422.  
  1423.       2     4    4     CND message will be forced on even if  ATQ2 is set
  1424. (see also S40 bit 2)         Q2  S40b2
  1425.  
  1426.       3     8    8     Disable escape sequence code in answer mode
  1427.  
  1428.       4     16   10    Disable V.17, 14,400 Fax in calling mode, no effect
  1429. to answering mode      &N32
  1430.  
  1431.       5     32   20    Disable Data/Voice button
  1432.  
  1433.       6     64   40    Disable "RINGING" result code            Xn
  1434.  
  1435. S43=        bit  dec   hex   Bit mapped register          +000
  1436.  
  1437.       0     1    1     Disable ZyXEL 16800 in Multi-Auto mode         &N0
  1438.  
  1439.       1     2    2     Disable ZyXEL 19200 in Multi-Auto mode
  1440.  
  1441. S44=        bit  dec   hex   Bit mapped register          +000
  1442.  
  1443.       2     4    4     Semi-auto dial backup, modem will wait for user's
  1444. confirmation from Front Panel before dialing attempt            *Bn  S30
  1445.  
  1446.       3     8    8     ATDSn initiates auto-dial of the stored numbers
  1447. consecutively until a connection is made            &Zn  S38b0
  1448.  
  1449.       4     16   10    DSR follows DTR (see also S41b5)         &Sn
  1450.  
  1451.       5     32   20    Enable V.13, half duplex simulation
  1452.  
  1453.       6     64   40    When select with &B0: DTE fixed at 19200 when the
  1454. link speed is above 9600, DTE  fixed at 9600 if link speed is
  1455. 7200, otherwise, DTE follows link speed             &B0  S18
  1456.  
  1457.                        When Select with &B1: DTE fixed at current when an ARQ
  1458. connection is made, when non-ARQ connection is made, DTE follows
  1459. the logic as when &B0 is set       &B1
  1460.  
  1461. S49=        bit  dec   hex   Bit mapped register          +000
  1462.  
  1463.       0-3   0-15       0-F   Transmission power level setting, used only
  1464. with Cellular option, low 4 bits to attenuate 0 to 15dB               S35b3
  1465.  
  1466.       7     0    0     For Cellular only, modem is installed in office
  1467.  
  1468.       7     128  80    For Cellular only, modem is installed in mobil
  1469.  
  1470.  
  1471.  
  1472. In Reference Column, "AT" is omitted when AT command is referred
  1473. to
  1474.  
  1475. +nnn        Manufacture default, when listed in Reference Column
  1476.  
  1477. bit   S-register bit number, b,  used in ATSr.b=n, ATSr.b=?
  1478.  
  1479. dec   Decimal value, x, used in ATSn=x
  1480.  
  1481. hex   Hex value, h, used in U-1496 and U-1496R for setting
  1482. "STATUS REGISTER" manually from front panel
  1483.  
  1484.  
  1485.  
  1486.  
  1487. EIA-232D INTERFACE
  1488.  
  1489. DB25        Signal Flow       CCITT              EIA
  1490.  
  1491. Pin#  Signal Description              DTE          DCE       Signal   Signal1
  1492.       Protective Ground      «--»              101  AA
  1493.  
  1494. 2     Transmit Data (TXD)          --»         103  BA
  1495.  
  1496. 3     Receive Data (RXD)     «--         104   BB
  1497.  
  1498. 4     Request To Send (RTS)        --»         105  CA
  1499.  
  1500. 5     Clear To Send (CTS)          «--         106  CB
  1501.  
  1502. 6     Data Set Ready (DSR)         «--         107  CC
  1503.  
  1504. 7     Signal Ground    «--»              102   AB
  1505.  
  1506. 8     Carrier Detect (CD) (DCD)          «--        109   CF
  1507.  
  1508. 15    Synchronous Transmitter Timing           «--        114   DB
  1509.  
  1510. 17    Synchronous Receiver Timing        «--        115   DD
  1511.  
  1512. 18    Local Analog Loopback test         --»        141
  1513.  
  1514. 20    Data Terminal Ready (DTR)          --»        108/2 108/1       CD
  1515.  
  1516. 21    Remote Digital Loopback test       --»        140
  1517.  
  1518. 22    Ring Indicator (RI)          «--         125  CE
  1519.  
  1520. 24    Synchronous Transmitter Timing           --»        113   DA
  1521.  
  1522. 25    Test Indicator         «--         142
  1523.  
  1524.  
  1525.  
  1526. ZFAX / RCVFAX COMMAND LINE OPTION
  1527.  
  1528.  
  1529.  
  1530. ZFAX [cmdtype  cmdoptions] [options]
  1531.  
  1532. cmdtype:               cmdoptions Format:
  1533.  
  1534.       0-TSR ZFAX             zfax 0
  1535.  
  1536.       1-Send Fax                   zfax 1 filename dest.faxnum
  1537.  
  1538.       2-Print Fax                  zfax 2 filename
  1539.  
  1540.       3-Convert File         zfax 3 filename dest.file
  1541.  
  1542.       4-View Fax                   zfax 4 filename
  1543.  
  1544.       5-Poll Fax                   zfax 5 dest.faxnum
  1545.  
  1546.       6-Send Message         zfax6 filename dest.phone num.
  1547.  
  1548. options:
  1549.  
  1550. /?    Display this help screen
  1551.  
  1552. /u    Remove TSR
  1553.  
  1554. /c:#  COM port number, 0-6
  1555.  
  1556. /r:#  Page Resolution, 0-1
  1557.  
  1558. /f:#  Dest.file format, 0-3
  1559.  
  1560. /t:#  Printer type, 0-7
  1561.  
  1562. /p:#  Printer port, 0-2
  1563.  
  1564. /g:#  Graphic device, 0-4
  1565.  
  1566. /n:#  Language Code, 0-4
  1567.  
  1568.  
  1569.  
  1570. RCVFAX cmdtype [options]
  1571.  
  1572. cmdtype:               Format:
  1573.  
  1574.       0-Background rcvfax    rcvfax 0
  1575.  
  1576.       1-Answer and rcvfax    rcvfax 1
  1577.  
  1578.       2-Receive fax data only      rcvfax 2
  1579.  
  1580. options:
  1581.  
  1582. /?    Display this help screen
  1583.  
  1584. /s    Stop the TSR temporarily
  1585.  
  1586. /g    Resume the TSR after an /s operation
  1587.  
  1588. /u    Remove the TSR if possible
  1589.  
  1590. /p:#  COM port number, #=0-3
  1591.  
  1592. /r:#  Answer after # of ring(s), #=0, not to auto-answer
  1593.  
  1594.       Hot key: Left-Shift + Tab to manual answer
  1595.  
  1596.  
  1597.  
  1598.  
  1599.  
  1600.  
  1601.  
  1602.  
  1603.  
  1604. Async. Hardware Flow Control Cable Connection
  1605.  
  1606.    Modem                DTE  DCE(Null)     MAC      NeXT 68040
  1607.  
  1608. (DCE)DB25     Signal    DB 9           DB25     Mini 8          Mini 82     TXD   3
  1609.       3     3    3
  1610. 3     RXD   2    2     5     5
  1611.  
  1612. 4     RTS   7    5     1     6
  1613.  
  1614. 5     CTS   8    4     2     8
  1615.  
  1616. 6     DSR   6    20
  1617.  
  1618. 7     Ground     5     7     4,8   4
  1619.  
  1620. 8     CD(DCD)    1     20          2
  1621.  
  1622. 20    DTR   4    6,8   1     1
  1623.  
  1624. 22    RI    9
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630. ZyXEL
  1631.  
  1632.  
  1633.  
  1634. U-SERIES
  1635.  
  1636. HIGH SPEED MODEM/FAX
  1637.  
  1638. with VOICE
  1639.  
  1640. QUICK-REFERENCE GUIDE
  1641.  
  1642.  
  1643.  
  1644.  
  1645.  
  1646.             U-1496           U-1496 plus
  1647.  
  1648.             U-1496E    U-1496E plus
  1649.  
  1650.             U-1496R    U-1496RN
  1651.  
  1652.             U-1496B    U-1496B plus
  1653.  
  1654. U-1496C
  1655.  
  1656.  
  1657.  
  1658.  
  1659.  
  1660.  
  1661.  
  1662.  
  1663.  
  1664.  
  1665.  
  1666.  
  1667.  
  1668. ZyXEL
  1669.  
  1670. 4920 East La Palma Avenue
  1671.  
  1672. Anaheim, California  92807
  1673.  
  1674. Tel: 714-693-0808
  1675.  
  1676. Fax: 714-693-8811
  1677.  
  1678. Tech. Support: 714-693-0808
  1679.  
  1680. BBS Tech. Support: 714-693-0762
  1681.  
  1682. (Rev qr600/atqr600.sam, 04/01/1993) ZyXEL
  1683.  
  1684.  
  1685.  
  1686. U-SERIES
  1687.  
  1688. HIGH SPEED MODEM/FAX
  1689.  
  1690. with VOICE
  1691.  
  1692. QUICK-REFERENCE GUIDE
  1693.  
  1694.  
  1695.  
  1696.  
  1697.  
  1698.             U-1496           U-1496 plus
  1699.  
  1700.             U-1496E    U-1496E plus
  1701.  
  1702.             U-1496R    U-1496RN
  1703.  
  1704.             U-1496B    U-1496B plus
  1705.  
  1706. U-1496C
  1707.  
  1708.  
  1709.  
  1710.  
  1711.  
  1712.  
  1713.  
  1714.  
  1715.  
  1716.  
  1717.  
  1718.  
  1719.  
  1720. ZyXEL Communications Corp.
  1721.  
  1722. 2F., 58 Park Avenue II
  1723.  
  1724. Science-Based Industrial Park
  1725.  
  1726. Hsinchu, Taiwan 30077 R.O.C.
  1727.  
  1728. Tel: 886-3578-3942
  1729.  
  1730. Fax: 886-3578-2439
  1731.  
  1732. BBS Tech. Support: 886-3578-7045
  1733.  
  1734. (Rev qr506/atqr506.sam, 02/08/1993)
  1735.  
  1736.  
  1737.  
  1738.  
  1739.  
  1740. COM port
  1741.  
  1742.   0   com1 irq4
  1743.  
  1744.   1   com2 irq3
  1745.  
  1746.   2   com3 irq4
  1747.  
  1748.   3   com4 irq3
  1749.  
  1750.   4   com3 irq5
  1751.  
  1752.   5   com4 irq2
  1753.  
  1754.   6   user def.
  1755.  
  1756. Page Res.
  1757.  
  1758.   0   Normal
  1759.  
  1760.   1   High
  1761.  
  1762.  
  1763.  
  1764. Dest.file
  1765.  
  1766.   0   FAX
  1767.  
  1768.   1   PCX
  1769.  
  1770.   2   TIFF
  1771.  
  1772.   3   PRN
  1773.  
  1774.  
  1775.  
  1776.  
  1777.  
  1778. Printer type
  1779.  
  1780.   0   Epson FX
  1781.  
  1782.   1   Epson LQ
  1783.  
  1784.   2   HP II Let.
  1785.  
  1786.   3   HP II Leg.
  1787.  
  1788.   4   HP II A4
  1789.  
  1790.   5   HP III Let.
  1791.  
  1792.   6   HP III Leg   7   HP III A4
  1793.  
  1794. Prt. Port
  1795.  
  1796.   0   Lpt 1
  1797.  
  1798.   1   Lpt 2
  1799.  
  1800.   2   Lpt 3
  1801.  
  1802.  
  1803.  
  1804.  
  1805.  
  1806. Graphic dev.
  1807.  
  1808.   0   Auto Det.
  1809.  
  1810.   1   VGA
  1811.  
  1812.   2   EGA
  1813.  
  1814.   3   CGA
  1815.  
  1816.   4   Hercules
  1817.  
  1818.  
  1819.  
  1820.  
  1821.  
  1822. Language
  1823.  
  1824.   0   English
  1825.  
  1826.   1   Chinese
  1827.  
  1828.   2   Chinese II
  1829.  
  1830.   3   Germany
  1831.  
  1832.   4   Italian
  1833.  
  1834.  
  1835.  
  1836.  
  1837.  
  1838.  
  1839.